home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00144.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  143 b   |  11 lines

  1. on mouseUp
  2.   set x to random(2)
  3.   if x = 1 then
  4.     go("PLANT3")
  5.   else
  6.     if x = 2 then
  7.       go("PLANT3-Let's See")
  8.     end if
  9.   end if
  10. end
  11.